home *** CD-ROM | disk | FTP | other *** search
- object LogOnForm: TLogOnForm
- Left = 515
- Top = 260
- BorderStyle = bsDialog
- Caption = 'Oracle Logon'
- ClientHeight = 215
- ClientWidth = 358
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- KeyPreview = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object LogonImage: TImage
- Left = 0
- Top = 0
- Width = 29
- Height = 168
- Align = alLeft
- Center = True
- Transparent = True
- end
- object ButtonPanel: TPanel
- Left = 0
- Top = 168
- Width = 358
- Height = 47
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object OKBtn: TButton
- Left = 8
- Top = 6
- Width = 97
- Height = 33
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 116
- Top = 6
- Width = 97
- Height = 33
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- object GroupBox: TPanel
- Left = 8
- Top = 8
- Width = 343
- Height = 153
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 24
- Width = 115
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Username'
- end
- object HistoryBtn: TSpeedButton
- Left = 316
- Top = 20
- Width = 20
- Height = 25
- Glyph.Data = {
- B6000000424DB60000000000000076000000280000000A000000080000000100
- 0400000000004000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
- 0000777777777700000077777777770000007007007007000000700700700700
- 0000777777777700000077777777770000007777777777000000}
- Visible = False
- OnClick = HistoryBtnClick
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 115
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Password'
- end
- object CAPanel: TPanel
- Left = 2
- Top = 116
- Width = 339
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'CAPanel'
- TabOrder = 3
- object Label4: TLabel
- Left = 8
- Top = 4
- Width = 113
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Connect as'
- end
- object ConnectAsList: TComboBox
- Left = 126
- Top = 0
- Width = 95
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- Items.Strings = (
- 'Normal'
- 'SYSDBA'
- 'SYSOPER')
- TabOrder = 0
- end
- end
- object DBPanel: TPanel
- Left = 2
- Top = 84
- Width = 339
- Height = 32
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'DBPanel'
- TabOrder = 2
- object Label3: TLabel
- Left = 8
- Top = 4
- Width = 113
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Database'
- end
- object DatabaseEdit: TEdit
- Left = 126
- Top = 0
- Width = 185
- Height = 24
- TabOrder = 0
- end
- object AliasList: TComboBox
- Left = 224
- Top = 0
- Width = 89
- Height = 24
- ItemHeight = 16
- TabOrder = 1
- Visible = False
- end
- end
- object UsernameEdit: TEdit
- Left = 128
- Top = 20
- Width = 185
- Height = 24
- TabOrder = 0
- end
- object PasswordEdit: TEdit
- Left = 128
- Top = 52
- Width = 185
- Height = 24
- PasswordChar = '*'
- TabOrder = 1
- end
- end
- object HistoryPopup: TPopupMenu
- Left = 240
- Top = 185
- object History: TMenuItem
- Caption = 'History'
- OnClick = HistoryClick
- end
- end
- end
-